go/parser.resolver.walkFieldList (method)

3 uses

	go/parser (current package)
		resolver.go#L271: 		r.walkFieldList(n.Fields, ast.Var)
		resolver.go#L301: 		r.walkFieldList(n.Methods, ast.Fun)
		resolver.go#L585: func (r *resolver) walkFieldList(list *ast.FieldList, kind ast.ObjKind) {